From 1dcbb81cea6a57b2d26124e19deb3598da02e8bf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Dec 2007 03:19:00 +0000 Subject: [PATCH] (Basic Parameters): For `title', refer to title bar. --- lispref/frames.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lispref/frames.texi b/lispref/frames.texi index 43329eff840..8153c69dc20 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -362,12 +362,12 @@ in this frame. Its value is @code{color}, @code{grayscale} or @code{mono}. @item title -If a frame has a non-@code{nil} title, it appears in the window system's -border for the frame, and also in the mode line of windows in that frame -if @code{mode-line-frame-identification} uses @samp{%F} -(@pxref{%-Constructs}). This is normally the case when Emacs is not -using a window system, and can only display one frame at a time. -@xref{Frame Titles}. +If a frame has a non-@code{nil} title, it appears in the window +system's title bar at the top of the frame, and also in the mode line +of windows in that frame if @code{mode-line-frame-identification} uses +@samp{%F} (@pxref{%-Constructs}). This is normally the case when +Emacs is not using a window system, and can only display one frame at +a time. @xref{Frame Titles}. @item name The name of the frame. The frame name serves as a default for the frame -- 2.30.2